entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 1993 10:24:20 +0000 (10:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 1993 10:24:20 +0000 (10:24 +0000)
lisp/international/iso-transl.el

index 9e0f4f21fb03505608eda5c0a1cf3618a021b3db..74fa024d4add983c17814fc2f1b1062c3c67dcc3 100644 (file)
@@ -1,6 +1,6 @@
-;;; iso-insert.el --- insert functions for ISO 8859/1.
+;;; iso-transl.el --- keyboard input definitions for ISO 8859/1.
 
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Copyright (C) 1987, 1993 Free Software Foundation, Inc.
 
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
   (define-key map "~~"   [172])
   (or key-translation-map
       (setq key-translation-map (make-sparse-keymap)))
-  (define-key key-translation-map "\C-x8" map))
+  (define-key key-translation-map "\C-x8" map)
+  (define-key isearch-mode-map "\C-x" nil)
+  (define-key isearch-mode-map [?\C-x t] 'isearch-other-control-char)
+  (define-key isearch-mode-map "\C-x8" nil))
 
 (provide 'iso-transl)